﻿.top_div {
    background: #fff;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    word-break: break-all;
    font-family: "Microsoft YaHei";
    border: 0px solid transparent;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.top_div_lift {
    float: left;
    display: inline-block;
}

.top_div_right {
    float: right;
    display: inline-block;
}

.add_btn {
    cursor: pointer;
    background: #091223;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}

    .add_btn:hover {
        background: #424242;
        color: #fff;
        opacity: 0.9;
    }

.merge_btn {
    cursor: pointer;
    background: #09122ba3;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}

    .merge_btn:hover {
        background: #424242;
        color: #fff;
        opacity: 0.9;
    }


.serach_input {
    padding-left: 4px;
    height: 27px;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    width: 160px;
}

.serach_btn {
    position: absolute;
    right: 40px;
    cursor: pointer;
}

.search_select {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    width: 160px;
    margin-right: 8px;
}

.layui-input-inline span {
    display: block;
    padding: 9px 15px;
    width: 150px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.back_page {
    cursor: pointer;
    font-size: 12px;
    color: #686f7f;
}

    .back_page i {
        font-size: 12px;
    }

.footer_div {
    position: fixed;
    margin: 0;
    padding: 10px 60px;
    top: auto;
    left: 10px;
    right: 10px;
    bottom: 4px;
    background: #ffffff;
  z-index: 898;
    /* text-align: center; */
}

    .footer_div a {
        border: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "Microsoft Yahei";
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        margin: 0 1px 0 0;
        padding: 0 20px;
    }

.yello {
    background: #FF9C30;
}

.blue {
    background: #16a0d3;
}

.footer_div a:hover {
    color: #fff;
    opacity: 0.8;
}

.op_btn {
    padding: 6px 15px;
    background: #5fb878;
    cursor: pointer;
    color: #fff;
}

.lable_a {
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 5px 5px 0 0;
    padding: 0 15px;
    background: #FF5722;
    border-radius: 2px;
}

    .lable_a:hover {
        opacity: 0.8;
        color: #fff;
    }


.open_div_content_z {
    padding-top: 35px;
    min-height: 290px;
    max-height: 290px;
    overflow-y: auto;
}

.open_div_foot {
    text-align: center;
    padding-top: 15px;
}

    .open_div_foot a {
        border: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "Microsoft Yahei";
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        margin: 0 1px 0 0;
        padding: 0 20px;
    }

        .open_div_foot a:hover {
            opacity: 0.8;
        }

::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/*.layui-input-block span {
    display: block;
    padding: 9px 15px;
    width: 150px;
    font-weight: 400;
    line-height: 20px;
    color:#000;
}*/


.member_label_a {
    float: left;
    margin-right: 10px;
    padding: 0 12px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 10px;
    cursor: pointer;
}

    .member_label_a:hover {
        background: linear-gradient(315deg,rgba(74,60,233,1) 0%,rgba(255,77,119,1) 100%);
        opacity: 0.6;
        color: #fff;
    }

.member_lable_select_div {
    padding: 10px 0px 0 27px;
}

.member_lable_select_div_close {
    position: absolute;
    bottom: 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0 1px 0 0;
    padding: 0 30px;
    background: #FF9C30;
    left: 40%;
    border-radius: 2px;
}

    .member_lable_select_div_close:hover {
        color: #fff;
        opacity: 0.7;
    }

.print_btn {
    cursor: pointer;
    background: #09122ba3;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}

    .print_btn:hover {
        background: #424242;
        color: #fff;
        opacity: 0.9;
    }

.all_select_btn {
    cursor: pointer;
    background: #09122ba3;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}

    .all_select_btn:hover {
        background: #424242;
        color: #fff;
        opacity: 0.9;
    }

.print_log_btn {
    cursor: pointer;
    background: #09122ba3;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}

    .print_log_btn:hover {
        background: #424242;
        color: #fff;
        opacity: 0.9;
    }

.graycolor {
    color: #bbbbbb;
}

.redcolor {
    color: #ff0000;
}



.down_a {
    color: #1e9fff;
    text-decoration: underline;
    cursor: pointer;
}

.delete_a {
    color: red;
    cursor: pointer;
}

.hide {
    display: none;
}

.inline-block-100 {
    width: 100px;
    display: inline-block;
    margin-bottom: 4px;
}
